home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / flysdk / util / flyPlugin / Cstm3Dlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-20  |  1.1 KB  |  47 lines

  1. #if !defined(AFX_cstm3dlg_H__40D36E36_7D66_11D2_9263_000021799871__INCLUDED_)
  2. #define AFX_cstm3dlg_H__40D36E36_7D66_11D2_9263_000021799871__INCLUDED_
  3.  
  4. // cstm3dlg.h : header file
  5. //
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CCustom3Dlg dialog
  9.  
  10. class CCustom3Dlg : public CAppWizStepDlg
  11. {
  12. // Construction
  13. public:
  14.     CCustom3Dlg();
  15.     virtual BOOL OnDismiss();
  16.  
  17. // Dialog Data
  18.     //{{AFX_DATA(CCustom3Dlg)
  19.     enum { IDD = IDD_CUSTOM3 };
  20.     CEdit    m_flysdkpath;
  21.     //}}AFX_DATA
  22.  
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CCustom3Dlg)
  27.     protected:
  28.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29.     //}}AFX_VIRTUAL
  30.  
  31. // Implementation
  32. protected:
  33.     // Generated message map functions
  34.     //{{AFX_MSG(CCustom3Dlg)
  35.     afx_msg void OnPaint();
  36.     afx_msg void OnBrowsefly();
  37.     virtual BOOL OnInitDialog();
  38.     //}}AFX_MSG
  39.     DECLARE_MESSAGE_MAP()
  40. };
  41.  
  42.  
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45.  
  46. #endif // !defined(AFX_cstm3dlg_H__40D36E36_7D66_11D2_9263_000021799871__INCLUDED_)
  47.